Converted these images to PNG, saving a handful of bytes per image
[adiumx.git] / Plugins / IRC Libpurple Plugin / ESIRCAccount.h
blobfd746501498eb964449ddd46ec5897c75f94b64a
1 //
2 // ESIRCAccount.h
3 // Adium
4 //
5 // Created by Evan Schoenberg on 3/4/06.
6 //
8 #import <Cocoa/Cocoa.h>
9 #import <AdiumLibpurple/CBPurpleAccount.h>
11 #define KEY_IRC_USE_SSL @"IRC:Use SSL"
13 @interface ESIRCAccount : CBPurpleAccount {
17 @end